{unitsName}_date

specifies the date in the header of the view

dateDatethe date which needs formatting

Available only in PRO Edition

Example

scheduler.templates.unit_date = function(date){
        return scheduler.templates.day_date(date);
};

Applicable views:Units View
Details

The template requires the units plugin to be activated.

See also
Back to top